-
Edit package.json and change name to your project
-
Install nvm
-
Install node
nvm install
-
Install dependencies
npm install
Build step will run automatically after deps.
-
Run the whole thing. Open http://localhost:9000/ (edit webpack.config.js to alter the port).
npm start
-
Open
src/app.ts
and make your changes. Webpack will reload the app automatically.
Good luck!