Skip to content

callmecavs/outset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8737d12 · Jun 8, 2022
Jun 8, 2022
Mar 9, 2022
Mar 9, 2022
Mar 9, 2022
Jun 8, 2022
Jun 8, 2022

Repository files navigation

outset

Outset on NPM

A minimal frontend boilerplate, emphasizing workflow.

Getting Started

In your terminal:

# 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/

License

MIT. © 2022 Michael Cavalea