outset

5.0.1 • Public • Published

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

Package Sidebar

Install

npm i outset

Weekly Downloads

8

Version

5.0.1

License

MIT

Unpacked Size

225 kB

Total Files

24

Last publish

Collaborators

  • callmecavs