1.1.2 • Published 3 years ago

create-forgo-app v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Create Forgo App

Create Forgo App is the best way to start building a new single-page application in Forgo, and also makes it easy to start learning Forgo.

It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. You’ll need to have Node >= 10.16 and npm >= 5.6 on your machine. To create a project, run:

Usage

npx create-forgo-app my-app
cd my-app
npm start

Create Forgo App doesn’t handle any backend services or data access; it just creates a frontend build pipeline, so you can use it with any backend you want.

To create a production build, use:

npm run build

TypeScript

TypeScript is supported too.

npx create-forgo-app my-app --template typescript
cd my-app
npm start

Other templates

A JavaScript template using webpack with babel-loader:

npx create-forgo-app my-app --template javascript-babel-loader
cd my-app
npm start

A TypeScript template using webpack with ts-loader:

npx create-forgo-app my-app --template typescript-ts-loader
cd my-app
npm start
1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago