Skip to content

Set up a modern web app by running one command.

Notifications You must be signed in to change notification settings

hh1977/tristana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tristana

Logo

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

About

Set up a modern web app by running one command.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%