Playground/dojo for sketch7 aurelia.
docker pull claylaut/ssv-ui-dojo && docker run -p 9000:9000 claylaut/ssv-ui-dojo
access: http://localhost:9000/
or
git clone this project
run docker-compose up
access: http://localhost:9000/
Install/setup the following:
- NodeJS v8+
- Visual Studio Code or similar code editor
- TypeScript 2.5+
- Git + SourceTree, SmartGit or similar (optional)
- Ensure to install global NPM modules using the following:
npm install -g git gulp yarn
for automated setup run ./setup.ps1
.
- Run
npm install
- Run
npm start
- Create symbolic link of
/node_modules
towwwroot/node_modules
# build for dev
npm run build
# run server for dev
npm start