Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandu0101/scalajs-react-template-webpack
scalajs-react and scalacss and webpack
https://github.com/chandu0101/scalajs-react-template-webpack
Last synced: 30 days ago
JSON representation
scalajs-react and scalacss and webpack
- Host: GitHub
- URL: https://github.com/chandu0101/scalajs-react-template-webpack
- Owner: chandu0101
- Created: 2015-06-11T08:40:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T09:12:04.000Z (over 9 years ago)
- Last Synced: 2023-08-18T00:39:28.238Z (about 1 year ago)
- Language: Scala
- Homepage: http://chandu0101.github.io/scalajs-react-template-webpack/
- Size: 121 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scalajs-react-template
======================Basic skeleton app for scalajs-react and scalacss and webpack
How To :
```js
npm install
npm run build
npm start
//in new terminal
sbt ~fastOptJS//open following url in browser
http://localhost:8090/webpack-dev-server/
// happy coding :)
```