Skip to content

bemdev/fast-bem-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-side python render bem-react app

  • NodeJs >= 12.13.0
  • Python 3.8.5

Setup env


Create env:

python -m venv .env3.8

Use new env:

source ./.env3.8/bin/activate

Install dependencies (.js, .py)


Install Python dependencies:

pip install -r requirements.txt

Install NodeJs dependencies:

npm install

=====================================

Start developlemt mode

Run this command in the shell:

npm run dev

=====================================

Start production mode

Run this command in the shell:

npm run build && npm run start


About

fast api + react + bem

Resources

Stars

Watchers

Forks