Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callmecavs/outset
A minimal frontend boilerplate, emphasizing workflow.
https://github.com/callmecavs/outset
frontend scaffolding
Last synced: 3 days ago
JSON representation
A minimal frontend boilerplate, emphasizing workflow.
- Host: GitHub
- URL: https://github.com/callmecavs/outset
- Owner: callmecavs
- Created: 2014-09-13T20:44:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T20:48:16.000Z (about 2 years ago)
- Last Synced: 2024-12-29T13:49:12.772Z (13 days ago)
- Topics: frontend, scaffolding
- Language: SCSS
- Homepage:
- Size: 490 KB
- Stars: 169
- Watchers: 6
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# outset
[![Outset on NPM](https://img.shields.io/npm/v/outset.svg?style=flat-square)](https://www.npmjs.com/package/outset)
A minimal frontend boilerplate, emphasizing workflow.
## Getting Started
In your terminal:
```shell
# install outset globally
$ npm i outset -g# use the `outset` command to create a project
# unless a path is specified, the template is copied to the CWD
$ outset [path]# enter the new project directory
$ cd [path]# install dependencies
$ npm i# start building
$ npm start
```In your browser: [http://localhost:1234/](http://localhost:1234/)
## License
[MIT](https://opensource.org/licenses/MIT). © 2022 Michael Cavalea