STRML.net
July 22, 2015 ยท View on GitHub
Building
git clone git@github.com:STRML/strml.net.git
cd strml.net
npm install
npm run dev
# Open localhost:4003/index-dev.html in your browser
Building for Production
npm run build
July 22, 2015 ยท View on GitHub
git clone git@github.com:STRML/strml.net.git
cd strml.net
npm install
npm run dev
# Open localhost:4003/index-dev.html in your browser
npm run build