0.10.16 • Published 5 months ago

@fullstacked/cli v0.10.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Warning While FullStacked CLI is probably the most efficient tool you'll ever use, bear in mind that it evolves very fast.

FullStacked CLI provides a whole set of commands and utilities useful for the whole web app lifecycle :

Commands

Utilities

Usage

Requirements

Optional

Getting Started

  1. Create a folder where you will develop your awesome web app
mkdir my-awesome-project
cd my-awesome-project
  1. Init fullstacked with npm
npm init @fullstacked@latest
  1. Startup you project locally!
npm start

Open http://localhost:8000 and start developing!

Motivation

As many web developer, I have changed my toolset very often. We waste so much time on configs and figuring out how to build and deploy web apps. FullStacked aims to skip all the configuration phases to instead allow you to start developing as quickly as possible!

I also really like the iterative approach, so I look forward to implementing ways to help with sharing development environments for the purpose of testing and reviewing.