proton-native/docs/quickstart.md
Alejandro Ñáñez Ortiz 7741dd2fcc Add types constants. (#50)
* Add types constants.
Remove extra space in documentation

* remove unnecesary file
2018-03-07 18:37:44 -05:00

422 B

Quickstart

Prerequisites

Linux

libgtk-3-dev build-essential

Install

Automatic

# install the cli app
npm install -g create-proton-app
# create your project
create-proton-app my-app
# move to your project directory
cd my-app
# run your app
npm run start

You can alternatively use npx if you prefer.

Manual

The old manual instructions are still available here