actor-web
v0.0.0
Published
Actor Web Application.
Readme
Actor Web Application
Usage
First of all run npm install to install all project dependencies.
While you developing your application, run npm start.
This command runs webpack dev-server.
If you want to deploy your application, run npm run build.
This command compiles all your assets to dist/ folder.
