https://github.com/flaque/plate
A react boilerplate with webpack and sass.
https://github.com/flaque/plate
Last synced: 2 months ago
JSON representation
A react boilerplate with webpack and sass.
- Host: GitHub
- URL: https://github.com/flaque/plate
- Owner: Flaque
- Created: 2017-01-15T03:25:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T02:20:49.000Z (about 7 years ago)
- Last Synced: 2025-01-20T10:13:54.283Z (4 months ago)
- Language: JavaScript
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Setup
Run `npm install webpack -g && npm install webpack-dev-server -g`
Then, `yarn`. (You may need to install yarn `brew install yarn`)# To Run
Run `yarn start`. Then, open a browser at
`http://localhost:8080/webpack-dev-server/`