Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-kings/starter-template
https://github.com/root-kings/starter-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/root-kings/starter-template
- Owner: root-kings
- Created: 2019-03-02T16:53:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T08:23:23.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T10:38:28.919Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter Template
A website starter template.
## Instructions
### Dev dependencies
* `node`
* `yarn`
* `nodemon`
* `gulp`### Development server
Before running server for first time run `gulp` to build files.
Start development server with `yarn dev`.
### Deploy
Build the assets by running `gulp`.
## To Do