mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Update developing-locally-webpack.rst
Small typo fix
This commit is contained in:
parent
7279aa29eb
commit
95c31623c3
|
@ -5,7 +5,7 @@ Developing Locally with Webpack
|
||||||
|
|
||||||
The steps below will get you up and running with a super speedy local development environment with Webpack, React, Redux and Hot module Replacement.
|
The steps below will get you up and running with a super speedy local development environment with Webpack, React, Redux and Hot module Replacement.
|
||||||
|
|
||||||
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postres database::
|
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postgres database::
|
||||||
|
|
||||||
$ virtualenv env
|
$ virtualenv env
|
||||||
$ source env/bin/activate
|
$ source env/bin/activate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user