This project is a template for Tram-One apps in Glitch. It is based on the template in tram-one-express and can be downloaded to use locally.
Simply click on the sunglasses 🕶above to view changes in the app.
Create and edit files, then refresh the app page to see your changes!
- In the root directory, run
npm installto install all the project dependencies - Run
npm startto start the dev server - Navigate to http://localhost:8080 (or the url provided after running
npm start)
Below are a list of commands used for developement. The logic for all the commands are in the local package.json
npm start- starts a server hosting the webapp on localhost using webpack-serve and will watch for changesnpm run build- builds a final distributable using webpacknpm test- runs tests in jasmine