Skip to content

dancnnm/cnn-starter-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN Starter App

Development

Changes will be reflected in real-time via hot module reloading.

  • $ npm run start

Building for Production

  • $ npm run build
  • Assets are compiled into /dist

Analyze Bundles

Useful when trying to debug large bundle sizes.

  • $ npm run analyze

Server Side Rendering

Enabled only for production builds.

  • $ npm run build
  • $ BABEL_ENV=server NODE_ENV=production node server.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 8.1%
  • HTML 0.9%