Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)

```