WIP, don't look yet
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
scripts/build
server
src
views
.editorconfig
.gitignore
.npmignore
LICENSE
README.md
package-lock.json
package.json
webpack.config.js
working-doc.md

README.md

text-admin

Please note this project is WIP and purely a side-project for me to learn some front end development. It will have tons of useless commits regarding to me trying different approaches or tools for the front end stuff.

Usage

Installation

$ git clone https://github.com/greduan/text-admin.git
$ cd text-admin
$ npm i

Running

$ npm run build
$ npm run start
## Open localhost:9000

License

Licensed under the permissive ISC license. Check the LICENSE file for further details.