- clone the repository
git clone https://github.com/rahulranjan14/projectReact360.git
- now navigate to the root directory and run
npm install
- in case if it gets stuck run
npm install --verbose
- again
npm install
- now
npm start
- if there is an error like
Invalid regular expression: /(node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modules\\.*|heapCapture\\bundle\.js|.*\\__tests__\\.*)$/: Unterminated character class
then, navigate to /node_modules/metro-bundler/src/blacklist.js
replace this :
var sharedBlacklist = [ /node_modules[/\\]react[/\\]dist[/\\].*/, /website\/node_modules\/.*/, /heapCapture\/bundle\.js/, /.*\/__tests__\/.*/ ];
with this :
var sharedBlacklist = [ /node_modules[\/\\]react[\/\\]dist[\/\\].*/, /website\/node_modules\/.*/, /heapCapture\/bundle\.js/, /.*\/__tests__\/.*/ ];
- now run
npm start
- open browser at http://localhost:8081/vr/