Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/callmecavs/outset

A minimal frontend boilerplate, emphasizing workflow.
https://github.com/callmecavs/outset

frontend scaffolding

Last synced: about 2 months ago
JSON representation

A minimal frontend boilerplate, emphasizing workflow.

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