GitHub - callmecavs/outset: A minimal frontend boilerplate, emphasizing workflow.

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

About

A minimal frontend boilerplate, emphasizing workflow.

Topics

Resources

Readme

Activity

Stars

172 stars

Watchers

4 watching

Forks

10 forks