Skip to content
This repository was archived by the owner on Sep 23, 2019. It is now read-only.

movio/movio-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

WIP

Usage

Package installation

$ npm install

Use development server

For development server, webpack-dev-server is reasonable. It monitors update files and rebuild them automatically. Since webpack cli command is registerd in package.json in this project, just type following command to run webpack-dev-server.

$ npm start

Be careful! the webpack-dev-server rebuild files in src automatically but the bundled files are just placed on its memory. Build manually by allowing next section(Build assets), if you want need the bundled files.

Standards

Testing

$ npm test
# or
$ npm run test:watch

Check styles before making a PR

$ npm run lint

Auto formatting

$ npm run format

Ready for PR - runs tests and linting

$ npm run check

Build assets

To put compiled files into static directory, type the following command.

$ npm run build

About

Movio's TodoMVC stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors