Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditya94a/services
https://github.com/aditya94a/services
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aditya94a/services
- Owner: Aditya94A
- License: gpl-3.0
- Created: 2019-09-20T04:55:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T05:13:30.000Z (over 5 years ago)
- Last Synced: 2024-10-30T06:08:40.155Z (3 months ago)
- Language: CSS
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# April
A landing page template.
* [Getting started](#getting-started)
## Getting started
* First, ensure that node.js & npm are both installed. If not, choose your OS and installation method from [this page](https://nodejs.org/en/download/package-manager/) and follow the instructions.
* Next, use your command line to enter your project directory.
* This template comes with a ready-to-use package file called `package-sample.json`. You just need to rename it to `package.json`, then run `npm install` to install all of the dependencies into your project.You're ready to go! Run any task by typing `npm run task` (where "task" is the name of the task in the `"scripts"` object). The most useful task for rapid development is `watch`. It will start a new server, open up a browser and watch for any SCSS or JS changes in the `src` directory; once it compiles those changes, the browser will automatically inject the changed file(s)!