factedu / crud-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Clone repo

# clone the repo
$ git clone https://github.com/factedu/crud-ui crud-ui

# go into app's directory
$ cd crud-ui

# install app's dependencies
$ npm install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

About

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.5%Language:SCSS 0.1%Language:Shell 0.0%