New survey interface, built with React, TypeScript, SCSS, Node, and React Storybook.
create-react-app
2 posts
It’s fairly simple, and very well documented, how to setup an express server with a CRA (Create React App) application. Simply add a line to the CRA’s package.json file: But what happens when you eject from CRA? Once you do that, the webpack configs are entirely up to you. Your […]