Skip to content

kelukelu/milestone-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production

Hack (without dev dependencies)

npm install
npm run dev

http:https://localhost:8080

Hack

Linter / ESLint

We use here a custom airbnb based eslinter with React plugin. You can find the configurations in the .eslintrc.json.

You can run the linter by using:

npm run eslint

Build with webpack using

You will need all dev dependencies: npm install

Building scripts are defined to be used as npm scripts:

  • Use npm run build to build once using webpack

  • Use npm run build:watch to build again each time a change is detected

The webpack configutions are defined in the webpack.config.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published