Skip to content

Latest commit

 

History

History

stylus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Basic Example for Stylus

React uses the server side rendering of the stylus based application.

React + stylus + Express

Quick Start

$ npx create-kkt my-app -e stylus
cd my-app
npm install

Open in CodeSandbox

Open in CodeSandbox

Development

development

Runs the project in development mode.

npm run start

production

Builds the app for production to the build folder.

npm run build

The build is minified and the filenames include the hashes. Your app is ready to be deployed!