1.0.0 • Published 3 years ago

tristana-cli v1.0.0

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

Tristana

Tristana works on macOS, Windows, and Linux. If something doesn’t work, please file an issue.

Quick Overview

npm install -g tristana
tristana init my-app

If you've previously installed tristana globally via npm install -g tristana, we recommend you uninstall the package using npm uninstall -g tristana or yarn global remove tristana to ensure that npx always uses the latest version.

Directory

WechatIMG3310

Once the installation is done, you can open your project folder:

cd my-app

Inside the newly created project, you can run some built-in commands:

npm start or yarn start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.

npm run build or yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed.

License

MIT