8000 GitHub - anechol/react-boilerplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anechol/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-boilerplate

React boilerplate that includes Webpack, Sass with PostCSS Autoprefixer, and ES6 (ES2015) Babel support.

Requirements

This boilerplate requires Node. Webpack and Webpack Dev Server should be installed globally with:

npm install webpack webpack-dev-server -g

Installing

Install dependencies for the project with:

npm install

Development

To start Webpack Dev Server with live-reloading available on http://localhost:8080, run

npm start

Deployment

Create /dist folder and build for production by running:

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0