DEV Community

Discussion on: My first react application

Collapse
 
itsmenatalie profile image
Natalia

Hey, I'm not sure how you build the projects as I can't see any webpack configuration. Did you think about adding SCSS to the project?

Collapse
 
dance2die profile image
Sung M. Kim

It looks like it's bootstrapped with create-react-app.

github.com/ajaydevarakonda/anoncha...

He used yarn (as you see yarn.lock file in the project), so you should be able to just do yarn start or yarn build (to build)

Collapse
 
itsmenatalie profile image
Natalia

Oh I know how to start it up 😂 I meant how he deployed it. I just thought about adding SCSS :P

Thread Thread
 
dance2die profile image
Sung M. Kim

Woops, I am sorry, I misread your reply 😅

Collapse
 
munky_d_luffy profile image
Ajay Kumar Devarakonda • Edited

I did not think of adding scss.

I used create-react-app to develop and build and gh-pages npm module to deploy the application to my github project page. github.com/ajaydevarakonda/anoncha...