Quick Start Guide
The easiest way to get a scalejs project up and running is to use the yeoman generator.
Steps
- Install
yo
and the generator packagegenerator-scalejs
npm install -g yo generator-scalejs
- Make a new directory and cd into it.
mkdir myproject && cd myproject
- Run the generator
yo scalejs
Within the myproject directory run
npm start
Navigate to http://localhost:3000 to view the application and you should see this page
You can now begin developing your application with scalejs! Check out the rest of the docs for more information!